home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / Applications / BuildaDudeII / English.lproj / BuildaDudeII.nib / data.classes next >
Encoding:
Text File  |  1995-03-22  |  857 b   |  36 lines

  1. WW3DTesterAppController = {
  2.     ACTIONS = {
  3.     "import:" = "import:"; 
  4.     "newWell:" = "newWell:"; 
  5.     "open:" = "open:"; 
  6.     "showInfoPanel:" = "showInfoPanel:"; 
  7.     }; 
  8.     SUPERCLASS = Object; 
  9. };
  10. BuildaDudeIIAppController = {
  11.     ACTIONS = {
  12.     "close:" = "close:"; 
  13.     "newWell:" = "newWell:"; 
  14.     "open:" = "open:"; 
  15.     "showInfoPanel:" = "showInfoPanel:"; 
  16.     }; 
  17.     OUTLETS = {currentDoc = currentDoc; docList = docList; infoPanel = infoPanel; }; 
  18.     SUPERCLASS = Object; 
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     "close:" = "close:"; 
  23.     "dump3DTextScene:" = "dump3DTextScene:"; 
  24.     "dumpEve:" = "dumpEve:"; 
  25.     "dumpInventor:" = "dumpInventor:"; 
  26.     "dumpRIB:" = "dumpRIB:"; 
  27.     "dumpScene:" = "dumpScene:"; 
  28.     "dumpShot:" = "dumpShot:"; 
  29.     "import:" = "import:"; 
  30.     "revert:" = "revert:"; 
  31.     "save:" = "save:"; 
  32.     "saveAs:" = "saveAs:"; 
  33.     }; 
  34.     SUPERCLASS = Object; 
  35. };
  36.